﻿@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "pingfang SC", "webfont", "helvetica neue", arial,
    "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif !important;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline-style: none;
}
body {
  /* min-width: 1200px; */
  overflow-x: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/*公共*/
.base {
  margin: 0 auto;
  width: 1200px;
}

/* ----- 左侧固定导航 ----- */
/* 屏幕宽度小雨1300px 时，侧导航隐藏 */
@media (max-width: 1396px) {
  .base_fixed_sy2 {
    display: none;
  }
}
/*banner*/
@keyframes scale {
  from {
    opacity: 0.5;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scale {
  from {
    opacity: 0.5;
    -moz-transform: scale(0.5);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes scale {
  from {
    opacity: 0.5;
    -ms-transform: scale(0.5);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
  }
}

/*top*/
.top {
  height: 37px;
  background-color: #edf0f4;
  z-index: 2;
}
.top .sy_top_c {
  display: flex;
  justify-content: space-between;
}
.top .sy_top_c .sy_top_left {
  display: flex;
}
.top .sy_top_c .sy_top_left .sy_top_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 37px;
  margin-right: 24px;
  white-space: nowrap;
}
.top .sy_top_c .sy_top_right {
  display: flex;
  align-items: center;
  height: 37px;
}
.top .sy_top_c .sy_top_right .header-gfweixin {
  position: relative;
}
.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
  display: block;
  width: 108px;
  height: 24px;
  background-color: #326cf6;
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.top .sy_top_c .sy_top_right .header-gfweixin div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  width: 171px;
  height: 171px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 6px;
  border: solid 1px #f2f3f9;
  text-align: center;
  display: none;
  z-index: 2;
}
.top .sy_top_c .sy_top_right .header-gfweixin div img {
  height: 111px;
  display: block;
  margin: 7px auto 2px auto;
}
.top .sy_top_c .sy_top_right .header-gfweixin div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
  display: block;
}
.top .sy_top_c .sy_top_right .sinaweibo {
  width: 78px;
  height: 24px;
  margin-left: 17px;
  margin-right: 4px;
  margin-top: 2px;
}
.top .sy_top_c .sy_top_right .sy_top_warp {
  position: relative;
  color: #979797;
  font-size: 14px;
  padding: 0 5px;
}

.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
  display: inline-block;
  font-size: 6px;
  color: #999999;
  margin-left: 4px;
  transform: rotate(0deg);
}

.top .sy_top_c .sy_top_right .sy_top_warp:hover {
  background: #fff;
  line-height: 37px;
  color: #326cf6;
}
.top .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(180deg);
}
.top .sy_top_right .sy_top_warp:hover .sy_wap_box {
  display: flex;
}
.top .sy_top_right .sy_top_warp .sy_wap_box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 0;
  width: 369px;
  height: 171px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  /* border-radius: 6px; */
  border: solid 1px #f2f3f9;
  box-sizing: border-box;
  z-index: 4;
  border-top: none;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div {
  width: 160px;
  text-align: center;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .mini img {
  height: 110px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
  height: 92px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
/*nav*/
.nav_bg {
  display: flex;
  justify-content: space-between;
  height: 127px;
  align-items: center;
}
.nav_bg .nav-bg-left {
  display: flex;
  align-items: center;
}
.nav_bg .nav-bg-left .qf_logo img {
  height: 43px;
}
.nav_bg .nav-bg-left .nav_logo {
  height: 21px;
  margin-left: 30px;
  margin-right: 36px;
}
.nav_bg .nav-bg-left .nav-news {
  display: flex;
  align-items: center;
  width: 458px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
}
.nav_bg .nav-bg-left .nav-news i {
  color: #ff6600;
  font-size: 16px;
}
.nav_bg .nav-bg-left .nav-news .index-xiaolaba {
  padding-left: 16px;
  margin-right: 4px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news {
  width: 340px;
  height: 47px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a {
  display: flex;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a i {
  display: block;
  font-size: 14px;
  color: #000;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: -4px;
  margin-left: 8px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a em {
  color: #ff6600;
}
.nav_bg .nav_phone {
  display: flex;
  align-items: center;
}
.nav_bg .nav_phone .icon-dianhua1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #326cf6;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}
.nav_bg .nav_phone span {
  margin-left: 10px;
}
.nav_bg .nav_phone span em {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 8px;
}
.nav_bg .nav_phone span em:first-child {
  letter-spacing: 0px;
  color: #326cf6;
  font-size: 24px;
}
@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.nav_left img {
  float: left;
}
.nav_left .xq {
  position: relative;
}
.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.nav_left .p1 {
  width: 0px;
  height: 0px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(216 220 233 / 30%) 0px 0px 10px 0px;
  border: 1px solid rgb(242, 243, 249);
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
  border-top: none;
}

.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}
.nav_left .xq_tab:hover em {
  color: #326cf6;
}
.nav_left .xq_tab:hover em .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(-180deg);
}
.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}
.nav_left .xq_tab em {
  position: relative;
  color: rgb(0, 0, 0);
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 37px;
  width: 80px;
  margin-top: -1px;
  padding-left: 10px;
}
.nav_left .xq_tab:hover em {
  background: #fff;
}
.nav_left .xq_tab em .index-ditu-dibiao {
  color: #ff6600;
  font-size: 16px;
  margin-right: 4px;
}
.nav_left .xq_tab em .index-xia_sanjiao {
  display: inline-block;
  color: #999;
  font-size: 8px;
  margin-left: 4px;
  transform: rotate(0deg);
}

.nav_left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  white-space: nowrap;
  padding-bottom: 8px;
}
.nav_left a:hover {
  color: #326cf6;
}
.index_nav_r {
  float: right;
  padding-top: 10px;
}

.c_base {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.c_bot_lt {
  width: 1200px;
  float: left;
  position: relative;
  z-index: 30;
}
.c_bot_rg {
  float: right;
  position: absolute;
  top: 5px;
  right: 0;
}
.c_bot_lt_hd:after {
  content: "";
  display: block;
  clear: both;
}
.c_bot_lt_hd a {
  float: left;
  width: 60px;
  height: 95px;
  line-height: 95px;
  margin-right: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 10px;
}

.c_bot_lt_hd a:last-child {
  margin-right: 0px;
}
.c_bot_lt_hd a.active {
  background: url(http://www.mobiletrain.org/images/index/bottom_part2.png)
    no-repeat center top;
}
.c_bot_rg {
  position: absolute;
  right: 0;
  top: 5px;
}
.c_bot_lt ul {
  padding: 1% 0 0;
  width: 715px;
  min-height: 163px;
}
.c_bot_lt li {
  color: #fff;
  line-height: 200%;
  display: none;
  font-size: 16px;
  text-align: left;
  font-weight: 100;
}
.c_bot_lt li span {
  color: #ff7403;
  font-size: 26px;
}
.c_bot_rg li {
  float: left;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding-top: 35%;
}
.c_bot_rg li p {
  padding-top: 5px;
}

.nav_right_bg {
  position: relative;
  height: 49px;
  width: 976px;
  margin: 0 0 0 224px;
}
.nav_right {
  display: flex;
}
.nav_right i:hover,
.nav_right a:hover {
  color: #326cf6;
  font-weight: bold;
}
.nav_right i:hover .icon,
.nav_right a:hover .icon {
  font-weight: normal;
}
.nav_right .hothot::after {
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images_index/index-nav.gif) no-repeat;
  background-size: 9px 14px;
  margin-top: -46px;
  margin-left: 68px;
}
.nav_right i div {
  position: absolute;
  top: 49px;
  box-sizing: border-box;
  background: #fff;
  display: none;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.nav_right i div a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  height: 33px;
  line-height: 33px;
}
.nav_right i div a:hover {
  background-color: #eff6ff;
}
.nav_right i div a .icon {
  font-size: 16px;
  color: #326cf6;
  margin-left: 20px;
  margin-right: 16px;
}
.nav_right i div a .icon-pmp {
  margin-right: -13px;
  margin-left: 15px;
}
.nav_right i div.nav_dropmenu_box {
  left: 408px;
  width: 976px;
  height: 402px;
  background: #f7f7f7;
}
.nav_right i div.nav_free_box {
  text-align: center;
  width: 154px;
  box-shadow: #999999 0 0 8px;
  border-radius: 6px;
  padding: 10px 0;
}
.nav_right i div.nav_jysl_box,
.nav_right i div.nav_gyqf_box {
  /* left: 276px; */
  text-align: center;
  width: 100px;
  box-shadow: #999999 0 0 8px;
  border-radius: 6px;
  padding: 10px 0;
}

.nav_right i div.nav_xqfy_box,
.nav_right i div.nav_jyfw_box {
  text-align: center;
  width: 120px;
  box-shadow: #999999 0 0 8px;
  border-radius: 6px;
  padding: 10px 0;
}

.nav_right i div.nav_rzks_box {
  width: 174px;
  box-shadow: #999999 0 0 8px;
  border-radius: 6px;
  padding: 10px 0;
  text-align: left;
}

.nav_right i:hover div {
  display: block;
}
@keyframes aniHeight {
  from {
    transform: scale(0.5);
    transform-origin: center 0;
  }
  to {
    transform: scale(1);
    transform-origin: center 0;
  }
}
@-webkit-keyframes aniHeight {
  from {
    transform: scale(0.5);
    transform-origin: center 0;
  }
  to {
    transform: scale(1);
    transform-origin: center 0;
  }
}
@keyframes navani {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.nav_right i em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(0);
  transition: all ease 0.3s;
  font-weight: normal;
  margin-left: 4px;
}
.nav_right i:hover em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(-180deg);
}
.nav_right .nav_a,
.nav_right .nav {
  text-align: center;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-left: 24px;
}
.nav_right .nav {
  position: relative;
}
.nav_right_bg .nav_dropmenu_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px 10px 10px;
}
.nav_right_bg .nav_dropmenu_box ul li a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 173px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  transition: all ease 0.3s;
  margin: 0 8px 18px 8px;
  box-sizing: border-box;
}
.nav_right_bg .nav_dropmenu_box ul li a .icon {
  margin: 0 17px 0 20px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #eff6ff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  color: #4067e0;
  font-size: 18px;
  transition: all ease 0.3s;
}
.nav_right_bg .nav_dropmenu_box ul li a:hover {
  background: #326cf6;
  color: #fff;
}
.nav_right_bg .nav_dropmenu_box ul li a:hover .icon {
  background: #eff6ff !important;
  color: #326cf6 !important;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(1) a .icon {
  color: #e84325;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(3) a .icon {
  color: #ea652b;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(4) a .icon {
  color: #e83e25;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(5) a .icon {
  color: #5dc297;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(6) a .icon {
  color: #5da938;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(7) a .icon {
  color: #397dda;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(8) a .icon {
  color: #7b28d9;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(9) a .icon {
  color: #1b42c3;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(10) a .icon {
  color: #d12e7f;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(11) a .icon {
  color: #ffa209;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(12) a .icon {
  color: #761ede;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(13) a .icon {
  color: #60c960;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(14) a .icon {
  color: #5cc1af;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(15) a .icon {
  color: #4f1bc3;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(16) a .icon {
  color: #d60000;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(17) a .icon {
  color: #326cf6;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(18) a .icon {
  color: #ff2700;
}
/* banner */

.nav_main .banner-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.nav_main .banner-bottom .banner-item {
  width: 180px;
  height: 124px;
  background: linear-gradient(0deg, #ffffff 0%, #f3f7ff 100%);
  box-shadow: 0px 0px 15px 0px rgba(0, 64, 216, 0.1),
    inset 0px 2px 4px 0px #ffffff;
  border-radius: 6px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  margin-left: 15px;
}
.nav_main .banner-bottom .banner-item .item-des {
  padding-top: 13px;
  padding-left: 10px;
}
.nav_main .banner-bottom .banner-item .item-des span {
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: #326cf6;
  margin-right: 70px;
}
.nav_main .banner-bottom .banner-item .item-des span.bg1 {
  color: #ff680b;
}
.nav_main .banner-bottom .banner-item .item-des span.bg2 {
  color: #00c883;
}
.nav_main .banner-bottom .banner-item .item-des span.bg3 {
  color: #840cff;
  margin-right: 54px;
}
.nav_main .banner-bottom .banner-item .item-des span.bg4 {
  color: #ffb401;
  margin-right: 44px;
}
.nav_main .banner-bottom .banner-item .item-des img {
  height: 22px;
}
.nav_main .banner-bottom .banner-item h3 {
  padding-left: 18px;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}
.nav_main .banner-bottom .banner-item p {
  padding-left: 18px;
  font-size: 12px;
  color: #666;
}
.nav_main .banner-bottom .banner-item a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #fff;
  width: 83px;
  height: 24px;
  background-image: linear-gradient(45deg, #326cf6 0%, #3399ff 100%);
  border-radius: 4px;
  line-height: 24px;
  margin: 10px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.nav_main .banner-bottom .banner-item a::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -37px;
  left: -11px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  -moz-animation: scale 1s ease 0s infinite;
  -o-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.nav_main .banner-bottom .banner-item a .index-24gf-play {
  font-size: 7px;
  margin-left: 4px;
}
.nav_main .banner-bottom .banner-item a.bg1 {
  background: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
}
.nav_main .banner-bottom .banner-item a.bg2 {
  background: linear-gradient(45deg, #00c883 0%, #00de91 100%);
}
.nav_main .banner-bottom .banner-item a.bg3 {
  background: linear-gradient(45deg, #7800ff 0%, #9333ff 100%);
}
.nav_main .banner-bottom .banner-item a.bg4 {
  background: linear-gradient(45deg, #ffa801 0%, #fad400 100%);
}
.nav_main .banner-bottom .banner-item:nth-child(2) {
  background: linear-gradient(0deg, #ffffff 0%, #fff7f2 100%);
  box-shadow: 0px 0px 15px 0px rgba(255, 102, 0, 0.1),
    inset 0px 2px 4px 0px #ffffff;
}
.nav_main .banner-bottom .banner-item:nth-child(3) {
  background: linear-gradient(0deg, #ffffff 0%, #edfff9 100%);
  box-shadow: 0px 0px 15px 0px rgba(0, 168, 110, 0.15),
    inset 0px 2px 4px 0px #ffffff;
}
.nav_main .banner-bottom .banner-item:nth-child(4) {
  background: linear-gradient(0deg, #ffffff 0%, #f7f0ff 100%);
  box-shadow: 0px 0px 15px 0px rgba(0, 168, 110, 0.15),
    inset 0px 2px 4px 0px #ffffff;
}
.nav_main .banner-bottom .banner-item:nth-child(5) {
  background: linear-gradient(0deg, #ffffff 0%, #fffcf4 100%);
  box-shadow: 0px 0px 15px 0px rgba(208, 147, 0, 0.15),
    inset 0px 2px 4px 0px #ffffff;
}

.ppjz {
  padding-top: 40px;
  padding-bottom: 28px;
  background-color: #f8f9fb;
  margin-top: 50px;
}
.ppjz .base {
  width: 1130px;
}
.ppjz-tit {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1;
  border-left: 4px solid #326cf6;
  font-weight: bold;
}
.ppjz-box {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  width: 1130px;
}
.ppjz-box img {
  width: 135px;
  height: 46px;
}

.footer-link {
  /* padding-top: 20px; */
  background-color: #0030af;
}
.footer-link .links-tab {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding-top: 20px;
}
.footer-link .links-tab span {
  color: #f0f0f0;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 16px;
}
.footer-link .links-tab span.active {
  color: #ffb401;
  opacity: 1;
  border-bottom: 1px solid #ffb401;
  padding-bottom: 12px;
}
.footer-link .links-a {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}
.footer-link .links-a.active {
  display: flex;
}
.footer-link .links-a a {
  font-size: 14px;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
}
.footer-link .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}
.footer-link .copyright a {
  font-size: 14px;
  color: #ffffff;
}
